From 0b156ea0962066943b21d16818409eb3afe3c71c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 2 Mar 2016 19:10:59 -0500 Subject: [PATCH] Document the .circular style class --- gtk/gtkbutton.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 56452bb843..f552e7b10a 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -42,7 +42,8 @@ * image or label, respectively. It may also receive the .flat style class. * * Other style classes that are commonly used with GtkButton include - * .suggested-action and .destructive-action. + * .suggested-action and .destructive-action. In special cases, buttons + * can be made round by adding the .circular style class. * * Button-like widgets like #GtkToggleButton, #GtkMenuButton, #GtkVolumeButton, * #GtkLockButton, #GtkColorButton, #GtkFontButton or #GtkFileChooserButton use -- 2.30.2